home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / tools.dxr / page1_1_init research.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  414 b   |  17 lines

  1. global gMovie, gModule2, gMovieList
  2.  
  3. on enterFrame
  4.   resetSlate()
  5.   closeMovie()
  6.   panoBackground(0)
  7.   mStop(gMovie)
  8. end
  9.  
  10. on exitFrame
  11.   mSetDefaultHeading(gMovieList)
  12.   set aButton to mAddButton(gButtonManager, 20, "GRAY BUTTONS 4-1", "playMovie")
  13.   mAddPageObject(gModule2, aButton)
  14.   mAddPageObject(gModule2, new(script "rolloverAnimObjectScript", 20, "Headingpage1.1", 31, point(320, 240)))
  15.   playMovie(1)
  16. end
  17.